Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

noteCategoryIds

The note category identifiers.

Collection of integer

None.

appIds

The application ids.

Collection of integer

None.

conditionIds

The condition ids.

Collection of integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of notes.

Collection of Nano.Note
NameDescriptionTypeAdditional information
content

Gets or sets the content.

string

None.

created

Gets or sets the created.

date

None.

modified

Gets or sets the modified.

date

None.

statusChange

Gets or sets the status change.

string

None.

subject

Gets or sets the subject.

string

None.

app

Gets or sets the application identifier.

integer

None.

appTask

Gets or sets the application task identifier.

integer

None.

appQueue

Gets or sets the application queue identifier.

string

None.

appraisalTracking

Gets or sets the appraisal tracking identifier.

string

None.

conditionId

Gets or sets the condition identifier.

integer

None.

noteCategory

Gets or sets the note category identifier.

integer

None.

id

Gets or sets the note identifier.

integer

None.

underwritingDecision

Gets or sets the underwriting decision identifier.

integer

None.

user

Gets or sets the user identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "content": "sample String 1",
    "created": "2025-04-25T18:53:14.6234455Z",
    "modified": "2025-04-25T18:53:14.6234455Z",
    "statusChange": "sample String 2",
    "subject": "sample String 3",
    "app": "4",
    "appTask": "1",
    "appQueue": "sample String 5",
    "appraisalTracking": "sample String 6",
    "conditionId": 1,
    "noteCategory": "1",
    "id": "7",
    "underwritingDecision": "1",
    "user": "1"
  },
  {
    "content": "sample String 1",
    "created": "2025-04-25T18:53:14.6234455Z",
    "modified": "2025-04-25T18:53:14.6234455Z",
    "statusChange": "sample String 2",
    "subject": "sample String 3",
    "app": "4",
    "appTask": "1",
    "appQueue": "sample String 5",
    "appraisalTracking": "sample String 6",
    "conditionId": 1,
    "noteCategory": "1",
    "id": "7",
    "underwritingDecision": "1",
    "user": "1"
  }
]

text/html

Sample:
[{"content":"sample String 1","created":"2025-04-25T18:53:14.6234455Z","modified":"2025-04-25T18:53:14.6234455Z","statusChange":"sample String 2","subject":"sample String 3","app":"4","appTask":"1","appQueue":"sample String 5","appraisalTracking":"sample String 6","conditionId":1,"noteCategory":"1","id":"7","underwritingDecision":"1","user":"1"},{"content":"sample String 1","created":"2025-04-25T18:53:14.6234455Z","modified":"2025-04-25T18:53:14.6234455Z","statusChange":"sample String 2","subject":"sample String 3","app":"4","appTask":"1","appQueue":"sample String 5","appraisalTracking":"sample String 6","conditionId":1,"noteCategory":"1","id":"7","underwritingDecision":"1","user":"1"}]

application/xml, text/xml

Sample:
<ArrayOfNote xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Note>
    <Content>sample String 1</Content>
    <Created>2025-04-25T18:53:14.6234455Z</Created>
    <Modified>2025-04-25T18:53:14.6234455Z</Modified>
    <StatusChange>sample String 2</StatusChange>
    <Subject>sample String 3</Subject>
    <AppId>4</AppId>
    <AppTaskId>1</AppTaskId>
    <AppQueueId>sample String 5</AppQueueId>
    <AppraisalTrackingId>sample String 6</AppraisalTrackingId>
    <ConditionId>1</ConditionId>
    <NoteCategoryId>1</NoteCategoryId>
    <NoteId>7</NoteId>
    <UnderwritingDecisionId>1</UnderwritingDecisionId>
    <UserId>1</UserId>
  </Note>
  <Note>
    <Content>sample String 1</Content>
    <Created>2025-04-25T18:53:14.6234455Z</Created>
    <Modified>2025-04-25T18:53:14.6234455Z</Modified>
    <StatusChange>sample String 2</StatusChange>
    <Subject>sample String 3</Subject>
    <AppId>4</AppId>
    <AppTaskId>1</AppTaskId>
    <AppQueueId>sample String 5</AppQueueId>
    <AppraisalTrackingId>sample String 6</AppraisalTrackingId>
    <ConditionId>1</ConditionId>
    <NoteCategoryId>1</NoteCategoryId>
    <NoteId>7</NoteId>
    <UnderwritingDecisionId>1</UnderwritingDecisionId>
    <UserId>1</UserId>
  </Note>
</ArrayOfNote>

application/vnd.api+json

Sample:

Sample not available.